-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchrome.html
executable file
·32 lines (28 loc) · 937 Bytes
/
chrome.html
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
<div class="imgpic_rightsidebar" >
<button onclick="imgpicShowSave()" type="button">Show</button>
</div>
<div id="imgpicExtSaveModal" class="dcsModal dcsModal-sm dcaModalPrimary hide" >
<div class="dcsModalHeader">
<span class="heading">Save To Board</span>
<span class="cancel-btn align-right" onclick="imgpicAddClass('imgpicExtSaveModal','hide')">x</span>
<div class="clearfix"></div>
</div>
<div class="dcsModalBody">
<table width="100%" >
<tr>
<td valign="top">
<input type="hidden" id="imgpicExtWebsite" value="" />
<img id="imgpicExtModalImage" src="" width="250" height="220" />
<br />
<br />
<textarea cols="30" id="imgpicExtModalDesc"></textarea>
</td>
<td valign="top">
<h4>Boards</h4>
<table width="100%" border="1" cellspacing="0" cellpadding="0" id="imgpicExtBoards">
</table>
</td>
</tr>
</table>
</div>
</div>