diff options
Diffstat (limited to 'abs/core/LinHES-config-svn/install-ui.xml')
-rwxr-xr-x | abs/core/LinHES-config-svn/install-ui.xml | 175 |
1 files changed, 0 insertions, 175 deletions
diff --git a/abs/core/LinHES-config-svn/install-ui.xml b/abs/core/LinHES-config-svn/install-ui.xml deleted file mode 100755 index 2b3a043..0000000 --- a/abs/core/LinHES-config-svn/install-ui.xml +++ /dev/null @@ -1,175 +0,0 @@ -<!-- - - This is a myth style theme file for mythvantage - - (c) 2005 by a whole bunch of people associated with MythTV - ---> -<mythuitheme> - - <window name="welcome_screen"> - - <!-- - - First, define all the fonts we need on this screen - - --> - <font name="title" face="Arial"> - <color>#ffff00</color> - <dropcolor>#000000</dropcolor> - <size>20</size> - <shadow>3,3</shadow> - <bold>yes</bold> - </font> - - <font name="time" face="Arial"> - <color>#9999cc</color> - <size>18</size> - <bold>yes</bold> - </font> - - <font name="label" face="Arial"> - <color>#ffff00</color> - <dropcolor>#000000</dropcolor> - <size>18</size> - <shadow>3,3</shadow> - <bold>yes</bold> - </font> - - <font name="info" face="Arial"> - <color>#ffffff</color> - <size>18</size> - <bold>yes</bold> - </font> - - <font name="biginfo" face="Arial"> - <color>#ffffff</color> - <size>50</size> - <bold>yes</bold> - </font> - <font name="warning" face="Arial"> - <color>#ff0000</color> - <dropcolor>#000000</dropcolor> - <size>16</size> - <shadow>2,2</shadow> - <bold>yes</bold> - </font> - - <font name="buttons" face="Arial"> - <color>#ffff00</color> - <size>14</size> - <bold>yes</bold> - </font> - <font name="tinyinfo" face="Arial"> - <color>#9999cc</color> - <size>12</size> - <bold>no</bold> - </font> - - <container name="main_display"> - <area>0,0,800,600</area> - - <textarea name="title" draworder="0" align="center"> - <multiline>no</multiline> - <font>title</font> - <area>50,40,700,40</area> - <value>LinHES: The Linux Home Entertainment System </value> - </textarea> - - <!-- - time - --> - <textarea name="time_text" draworder="0" align="right"> - <multiline>no</multiline> - <font>time</font> - <area>660,520,110,30</area> - <value></value> - </textarea> - - <textarea name="date_text" draworder="0" align="hcenter"> - <multiline>yes</multiline> - <font>time</font> - <area>20,75,740,100</area> - <value></value> - </textarea> - - <!-- - current myth status - --> - - <textarea name="status_text" draworder="1" align="center"> - <multiline>yes</multiline> - <font>info</font> - <area>20,100,760,60</area> - <value>MythTV is idle and will shutdown shortly.</value> - </textarea> - - <!-- - current recordings status - --> - - <textarea name="recording_label" draworder="1" align="center"> - <font>label</font> - <area>20,140,760,30</area> - <!--<value>Percent Complete </value>--> - <value></value> - </textarea> - - <textarea name="recording_text" draworder="1" align="hcenter"> - <multiline>yes</multiline> - <font>biginfo</font> - <area>20,140,760,150</area> - <value></value> - </textarea> - - <!-- - next scheduled recording status - --> - - <textarea name="scheduled_label" draworder="1" align="center"> - <font>label</font> - <area>20,320,760,30</area> - <value></value> - </textarea> - - <textarea name="scheduled_text" draworder="1" align="hcenter"> - <multiline>yes</multiline> - <font>biginfo</font> - <area>20,400,760,120</area> - <value></value> - </textarea> - - <textarea name="mythvantage_text" draworder="1" align="right"> - <multiline>no</multiline> - <font>tinyinfo</font> - <area>20,560,760,30</area> - <value></value> - </textarea> - <!-- - scheduled recordings conflict warning - --> - - <textarea name="conflicts_text" draworder="1" align="center"> - <font>warning</font> - <area>20,490,760,30</area> - <value>WARNING: There are conflicting scheduled recordings!</value> - </textarea> - - <!-- - start frontend button - - <textbutton name="startfrontend_button" draworder="1"> - <position>81,535</position> - <font>buttons</font> - <image function="on" filename="mw_text_button_on.png"></image> - <image function="off" filename="mw_text_button_off.png"></image> - <image function="pushed" filename="mw_text_button_pushed.png"></image> - </textbutton> - - --> - - </container> - - </window> - -</mythuitheme> |