orbit-basic/app/views/desktop/settings.html.erb

90 lines
3.4 KiB
Plaintext
Raw Normal View History

<div id="content">
<div id="header" class="hh3">
<div class="dtitle w2 hh3 hp">
<span class="thmtxth">Settings</span>
</div>
</div>
<div id="holder">
<div id="panel_l" class="ph">
<div class="s_menu sm_v">
<ul>
<li><a href="" class="admtxt hh2 w2 hp">Overview</a></li>
<li><a href="" class="admtxt hh2 w2 hp">Account</a></li>
<li><a href="" class="admtxt hh2 w2 hp">Sections</a></li>
2012-04-10 09:44:36 +00:00
<li><a href="" class="admtxt hh2 w2 hp thmtxt thmc1">Theme</a></li>
<li><a href="" class="admtxt hh2 w2 hp">Connection</a></li>
</ul>
</div>
</div>
2012-04-10 09:44:36 +00:00
<div id="panel_r" class="ph pw admbg hp">
<div class="s_tab stb_h">
<ul>
2012-04-10 09:44:36 +00:00
<li><a href="#st1" class="hh2 hp thmtxt thmc2">Select Theme</a></li>
<li><a href="#st2" class="hh2 hp admtxt">Custom Theme</a></li>
</ul>
</div>
2012-04-10 09:44:36 +00:00
<div class="tinycanvas vp">
<div class="scrollbar sb_v vp"><div class="track"><div class="thumb thmc2"><div class="end"></div></div></div></div>
<div class="viewport">
<div class="overview hp">
<div id="st1" class="st_c">try</div>
<div id="st2" class="st_c">
<div class="s_title hh3">Preview</div>
<div class="theme_preview vp" style="background-image: url(/desktop_themes/default/images/background.jpg);">
<div class="thmtxth hh2 hp" style="margin-left:108px;">Theme Text1</div>
<div class="theme_plate">
<div class="thmc4 h1 wh3"></div>
<div class="thmc1 h1 w1"><div class="thmtxt hp">Theme Text2</div></div>
<div class="g_sep h1 op07"></div>
<div class="thmc2 h1 w1"><div class="thmtxt hp">Theme Text</div></div>
</div>
</div>
<div>
<table cellpadding="0" cellspacing="0" border="0" width="528">
<tr>
2012-04-10 10:09:29 +00:00
<th class="s_title hh3" width="190px">Theme Color</th>
2012-04-10 09:44:36 +00:00
<th class="s_title hh3">Line Color</th>
2012-04-10 10:09:29 +00:00
<th class="s_title hh3" width="120px">Text Color</th>
<th class="s_title hh3" width="120px">Background Color</th>
2012-04-10 09:44:36 +00:00
</tr>
<tr>
<td>
2012-04-10 10:09:29 +00:00
<input type="hidden" class="color-picker black" value="#000000">
<input type="hidden" class="color-picker black" value="#0099cc">
<input type="hidden" class="color-picker black" value="#3366cc">
2012-04-10 09:44:36 +00:00
</td>
<td>
2012-04-10 10:09:29 +00:00
<input type="hidden" class="color-picker black" value="#ffffff">
2012-04-10 09:44:36 +00:00
</td>
<td>
2012-04-10 10:09:29 +00:00
<input type="hidden" class="color-picker black" value="#ffffff">
<input type="hidden" class="color-picker black" value="#ffffff">
2012-04-10 09:44:36 +00:00
</td>
<td>
2012-04-10 10:09:29 +00:00
<input type="hidden" class="color-picker black" value="#000000">
2012-04-10 09:44:36 +00:00
</td>
</tr>
</table>
<div class="s_action">
<a href="" id="theme_submit" class="thmc1 thmtxt w1 hh2 hp">Confirm</a>
</div>
<div class="clear"></div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="clear"></div>
<select id="change_theme">
<option value='default'>Default Theme</option>
2012-04-06 17:33:36 +00:00
<option value='snake'>Snake Theme</option>
<option value='sexy'>Sexy Theme</option>
<option value='vintage'>Vintage Theme</option>
<option value='chris'>Chris Theme</option>
</select>
<br />
<button onClick="od.tempFunc();">Save</button>
</div>
</div>