OSDN Git Service

ADD: プラグイン「NP_Medium」
[nucleus-jp/nucleus-next.git] / nucleus / plugins / medium / skins / select.skn
1 <%pagehead%>
2
3 <form method="post" action="<%actionurl%>">
4 <p>
5
6 <%collectionlist%>
7
8 <button type="submit" name="type" value="select" title="<%text(_MEDIA_COLLECTION_TT)%>">
9 <%text(_MEDIA_COLLECTION_SELECT)%>
10 </button>
11 <button type="submit" name="type" value="choose" title="<%text(_MEDIA_UPLOADLINK)%>" />
12 <%text(_MEDIA_UPLOAD_TO)%>
13 </button>
14
15 </p>
16
17 <p>
18 <label for="media_filter"><%text(_MEDIA_FILTER_LABEL)%></label>
19 <input type="text" id="media_filter" name="filter" value="<%filter%>" />
20 <button type="submit" name="type" value="select"><%text(_MEDIA_FILTER_APPLY)%></button>
21 <input type="hidden" name="offset" value="<%offset%>" />
22 </p>
23
24 </form>
25
26 <%medialist%>
27
28 <p>
29
30 <%if(prev)%>
31 <a href="<%actionurl%>&amp;type=select&amp;offset=<%prev%>&amp;collection=<%collection%>">
32 <%text(_LISTS_PREV)%>
33 </a>
34 <%endif%>
35 <%if(next)%>
36 <a href="<%actionurl%>&amp;type=select&amp;offset=<%next%>&amp;collection=<%collection%>">
37 <%text(_LISTS_NEXT)%>
38 </a>
39 <%endif%>
40
41 <input type="radio" id="typeradio0" name="typeradio" onclick="medium.setType('inline');" checked="checked" />
42 <label for="typeradio0"><%text(_MEDIA_INLINE)%></label>
43 <input type="radio" id="typeradio1" name="typeradio" onclick="medium.setType('popup');" />
44 <label for="typeradio1"><%text(_MEDIA_POPUP)%></label>
45
46 </p>
47
48 <%pagefoot%>