public
Fork of halorgium/mephisto
Description: A mirror of the mephisto code-base
Homepage: http://mephistoblog.com/
Clone URL: git://github.com/technoweenie/mephisto.git
Click here to lend your support to: mephisto and make a donation at www.pledgie.com !
Caged (author)
Mon Sep 18 16:50:59 -0700 2006
commit  9b7d905bdf636f720a1bb43ef4158189cefae97b
tree    eb24072ad13ecfeb199fc8d073a548b3d4101d1a
parent  79943b8c0199d594f3455dca87979345b1ef5d7f
mephisto / app / views / admin / themes / index.rhtml
100644 80 lines (79 sloc) 2.621 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<% content_for :action_nav do %>
  <div id="page-nav">
    <ul id="act-nav" class="clear">
      <li><%= link_to "Import new theme", :controller => 'themes', :action => 'import' %></li>
    </ul>
  </div>
<% end %>
 
<div id="themes">
  <ul id="themelist">
    <li class="theme">
      <h3>
        A nice theme
        <span class="thememeta">
          v0.5 | by Dude Yo
        </span>
      </h3>
      <img src="/images/mephisto/preview.png" alt="Theme preview" title="A nice theme (v0.5)" />
      <div class="tools" style="display:none">
        <ul>
          <li><a href="#" title="title">Use this theme</a></li>
          <li><a href="#" title="title">Edit source code</a></li>
          <li><a href="#" title="title">Change info</a></li>
          <li><a href="#" title="title">Export</a></li>
        </ul>
      </div>
    </li>
    <li class="theme" id="inuse">
      <h3>
        A nice theme
        <span class="thememeta">
          v0.5 | by Dude Yo
        </span>
      </h3>
      <img src="/images/mephisto/preview.png" alt="Theme preview" title="A nice theme (v0.5)" />
      <div class="tools" style="display:none">
        <ul>
          <li><a href="#" title="title">Use this theme</a></li>
          <li><a href="#" title="title">Edit source code</a></li>
          <li><a href="#" title="title">Change info</a></li>
          <li><a href="#" title="title">Export</a></li>
        </ul>
      </div>
    </li>
    <li class="theme">
      <h3>
        A nice theme
        <span class="thememeta">
          v0.5 | by Dude Yo
        </span>
      </h3>
      <img src="/images/mephisto/preview.png" alt="Theme preview" title="A nice theme (v0.5)" />
      <div class="tools" style="display:none">
        <ul>
          <li><a href="#" title="title">Use this theme</a></li>
          <li><a href="#" title="title">Edit source code</a></li>
          <li><a href="#" title="title">Change info</a></li>
          <li><a href="#" title="title">Export</a></li>
        </ul>
      </div>
    </li>
    <li class="theme">
      <h3>
        A nice theme
        <span class="thememeta">
          v0.5 | by Dude Yo
        </span>
      </h3>
      <img src="/images/mephisto/preview.png" alt="Theme preview" title="A nice theme (v0.5)" />
      <div class="tools" style="display:none">
        <ul>
          <li><a href="#" title="title">Use this theme</a></li>
          <li><a href="#" title="title">Edit source code</a></li>
          <li><a href="#" title="title">Change info</a></li>
          <li><a href="#" title="title">Export</a></li>
        </ul>
      </div>
    </li>
  </ul>
</div>