Initial dev repository
[kcls-web.git] / opac / skin / kcls / xml / common / mylist.xml
diff --git a/opac/skin/kcls/xml/common/mylist.xml b/opac/skin/kcls/xml/common/mylist.xml
new file mode 100644 (file)
index 0000000..6415144
--- /dev/null
@@ -0,0 +1,23 @@
+<![CDATA[<!-- ****************** mylist.xml ***************************** -->]]>
+<div style="margin-top: 6px;margin-left:400px;width:250px;" id="mylist_div" class="hide_me">
+  <![CDATA[<strong>&quot;<span id="myListLabel"></span>&quot;</strong>]]>
+  <div style="" id="myListSelect">
+       <h2 style="font-weight:normal;">Add to Existing list</h2>
+       <select id="mylist_selector" style="width:200px;s">
+       </select><br /><br />
+       <h1>OR</h1><br />
+  </div>
+  <div style="padding-bottom: 7px;">
+       <h2 style="font-weight:normal;">Create new list</h2>
+       Enter the name of the new list:<br />
+       <input type="text" id="mylist_new" />
+  </div>
+  <table cellpadding="0" cellspacing="10" border="0">
+       <tr><td>Share this list?<br /><a href="javascript:;">What's this?</a></td>
+       <td><input type="radio" value="0" name="shareList" id="shareListNo" checked="checked" /> <label for="shareListNo">No</label><br /><input type="radio" value="1" name="shareList" id="shareListYes" /> <label for="shareListYes">Yes</label></td></tr>
+  </table>
+  <a href="javascript:;" onclick="if(saveMyList())hideMe($('mylist_div'));"><img alt="Submit" src="/opac/skin/kcls/graphics/btnSubmit.png" /></a> <![CDATA[&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;]]>
+  <a href="javascript:;" onclick="hideResultsPage(false);hideMe($('mylist_div'));"><img alt="Cancel" src="/opac/skin/kcls/graphics/btnCancel.png" /></a>
+</div>
+
+<![CDATA[<!-- ****************** end: mylist.xml ***************************** -->]]>
\ No newline at end of file