| Line 46... |
Line 46... |
| 46 |
});
|
46 |
});
|
| 47 |
</script>
|
47 |
</script>
|
| 48 |
<script>
|
48 |
<script>
|
| 49 |
$(function() {
|
49 |
$(function() {
|
| 50 |
$('#add-uri').live('click', function(){
|
50 |
$('#add-uri').live('click', function(){
|
| 51 |
$('<br/><br/><label>URI To Map With: </label> <input id="uri" name = "uri" type = "textbox"/>'
|
51 |
$('<br/><br/><label>On Page: </label> <input id="uri" name = "uri" type = "textbox"/>'
|
| 52 |
+'<br><br><label>Acitive / InActive : </label><select id ="isActive" name="isActive"><option selected="selected" value="False">InActive</option><option value="True">Active</option></select>').appendTo('#uri-container');
|
52 |
+'<br><br><label>Acitive / InActive : </label><select id ="isActive" name="isActive"><option selected="selected" value="False">InActive</option><option value="True">Active</option></select><br><br><label>Target: </label><select id ="linkTarget" name="linkTarget"><option selected="selected" value="False">Same Window</option><option value="True">New Window</option></select>').appendTo('#uri-container');
|
| 53 |
});
|
53 |
});
|
| 54 |
});
|
54 |
});
|
| 55 |
</script>
|
55 |
</script>
|
| 56 |
<style type="text/css">
|
56 |
<style type="text/css">
|
| 57 |
* { font-family: Verdana; font-size: 96%; }
|
57 |
* { font-family: Verdana; font-size: 96%; }
|
| Line 88... |
Line 88... |
| 88 |
<label for="link">Link : </label>
|
88 |
<label for="link">Link : </label>
|
| 89 |
<input id="link" name="link" type="text"/>
|
89 |
<input id="link" name="link" type="text"/>
|
| 90 |
<br></br>
|
90 |
<br></br>
|
| 91 |
<div id="uri-div">
|
91 |
<div id="uri-div">
|
| 92 |
<div id="uri-container">
|
92 |
<div id="uri-container">
|
| 93 |
<label>URI To Map With: </label>
|
93 |
<label>On Page: </label>
|
| 94 |
<input id="uri" name="uri" type="textbox"/>
|
94 |
<input id="uri" name="uri" type="textbox"/>
|
| 95 |
<br><br>
|
95 |
<br><br>
|
| 96 |
<label>Acitive / InActive : </label>
|
96 |
<label>Acitive / InActive : </label>
|
| 97 |
<select id ="isActive" name="isActive"><option selected="selected" value="False">InActive</option><option value="True">Active</option></select>
|
97 |
<select id ="isActive" name="isActive"><option selected="selected" value="False">InActive</option><option value="True">Active</option></select>
|
| - |
|
98 |
<br><br>
|
| - |
|
99 |
<label>Target : </label>
|
| - |
|
100 |
<select id ="linkTarget" name="linkTarget"><option selected="selected" value="False">Same Window</option><option value="True">New Window</option></select>
|
| 98 |
</div>
|
101 |
</div>
|
| 99 |
<img id = "add-uri" src = "/images/add.png" />
|
102 |
<img id = "add-uri" src = "/images/add.png" />
|
| 100 |
<br></br>
|
103 |
<br></br>
|
| 101 |
</div>
|
104 |
</div>
|
| 102 |
<label for="priority">Priority : </label>
|
105 |
<label for="priority">Priority : </label>
|