Ignore:
Timestamp:
Nov 26, 2011, 1:45:44 AM (14 years ago)
Author:
nit
Message:

[titan] add httpdsettings screen

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ipk/source.sh4/titanskins_default/var/usr/local/share/titan/skin/default/skin.xml

    r11601 r11602  
    560560</screen>
    561561
     562<screen fontcol=fontcol valign=bottom titlealign=center name="httpdsettings" hspace=30 vspace=30 fontsize=30 title="HTTP Settings" posx=center posy=center width=80% height=85% bordercol=bordercol bordersize=2 bgcol=bgcol>
     563<node bordercol=bordercol scrollbar=auto type=listbox name=listbox posy=1 width=100% height=-35>
     564<node name=httpdstart type=choicebox parent=listbox valign=middle posx=0 text="Start HTTPD" bordercol=bordercol width=100%>
     565<node name=user type=inputbox parent=listbox valign=middle posx=0 text="User" bordercol=bordercol width=100%>
     566<node name=password type=inputbox parent=listbox valign=middle posx=0 text="Pasword" bordercol=bordercol width=100%>
     567<node name=httpdport type=inputboxnum parent=listbox valign=middle posx=0 text="HTTPD Port" bordercol=bordercol width=100%>
     568<node name=streamport type=inputboxnum parent=listbox valign=middle posx=0 text="Stream Port" bordercol=bordercol width=100%>
     569<node name=b1 text=OK halign=center valign=middle bordercol=okcol bordersize=4 bordertype=2 posx=20 posy=0 width=150 height=30/>
     570<node name=b2 text=EXIT halign=center valign=middle bordercol=exitcol bordersize=4 bordertype=2 posx=180 posy=0 width=150 height=30/>
     571#<node func=gettime param1="%d-%m-%Y %H:%M" name=time halign=right valign=center posx=58% posy=90% width=280 height=30/>
     572</screen>
     573
    562574<screen fontcol=fontcol valign=bottom titlealign=center name="adjust" hspace=30 vspace=30 fontsize=30 title="Adjust" posx=center posy=center width=80% height=85% bordercol=bordercol bordersize=2 bgcol=bgcol>
    563575<node bordercol=bordercol scrollbar=auto type=listbox name=listbox posy=1 width=100% height=-35>
     
    579591<node name=recforerun type=choicebox parent=listbox valign=middle posx=0 text="Record Forerun (min)" bordercol=bordercol width=100%>
    580592<node name=recoverrun type=choicebox parent=listbox valign=middle posx=0 text="Record Overrun (min)" bordercol=bordercol width=100%>
    581 <node name=starthttp type=choicebox parent=listbox valign=middle posx=0 text="Start HTTPD" bordercol=bordercol width=100%>
    582593<node name=skip13 type=choicebox parent=listbox valign=middle posx=0 text="Skip 1/3" bordercol=bordercol width=100%>
    583594<node name=skip46 type=choicebox parent=listbox valign=middle posx=0 text="Skip 4/6" bordercol=bordercol width=100%>
Note: See TracChangeset for help on using the changeset viewer.