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

31 lines
1.2 KiB
Plaintext
Raw Normal View History

2013-03-06 11:04:33 +00:00
<div id='app_manager' container="true">
2012-03-29 07:23:48 +00:00
<div id="content">
2013-03-05 01:39:01 +00:00
<div id="header" class="hh2">
<div class="dtitle thmtxth w2 hh2 hp">Apps Manager</div>
<a href="" class="hfn w1 hh1 hp"><span class="tile thmc1 op06"></span><span class="thmtxt">Date</span></a>
<a href="ascending" class="hfn w1 hh1 hp" id="alphabet_sort_btn" ><span class="tile thmc2 op03"></span><span class="thmtxt">Alphabet [A-Z]</span></a>
<div id="search_app" class="hfn w2 hh1 hp thmc3">
2012-03-29 07:23:48 +00:00
<input type="text" class="ini_input form" value="Search" id="searchbox" />
<input type="submit" class="ini_input submit thmc1" value="Submit"/>
</div>
<div class="clear"></div>
</div>
2013-03-14 09:48:45 +00:00
<div class="search_result" style="min-width:120px;">
2012-03-29 07:23:48 +00:00
</div>
<div id="holder">
2013-03-06 11:04:33 +00:00
<div id="group_wrapper" class="overview" content-layout="simple">
<div class="group g_sep op03" id='seperator' style="height: 516px;display:none;"></div>
<div class="group_search" id="app_list">
<!--<div class="element w1 h1 hp vp thmc2" data-category="desktop">
<span class="tile thmc2"></span>
<a href="" class="appicon"><img src="" alt=""></a>
<h1 class="appname thmtxt">O-Music</h1>
</div>-->
</div>
<div class="clear"></div>
</div>
2012-04-04 18:31:32 +00:00
</div>
2012-03-29 07:23:48 +00:00
</div>
2012-04-12 08:52:32 +00:00
</div>