mirror of
https://github.com/apache/cloudstack.git
synced 2025-12-16 18:43:26 +01:00
new advanced search - move advanced search dialog back to hidden conainer when advanced search dialog is closed.
This commit is contained in:
parent
bceff4068f
commit
5159e181e3
@ -82,10 +82,10 @@
|
||||
</div>
|
||||
<!-- alert detail panel (end) -->
|
||||
|
||||
|
||||
<!-- advanced search template (begin) -->
|
||||
<div id="advanced_search_popup" class="adv_searchpopup_bg" style="display: none;">
|
||||
<div class="adv_searchformbox">
|
||||
<div id="hidden_container">
|
||||
<!-- advanced search popup (begin) -->
|
||||
<div id="advanced_search_popup" class="adv_searchpopup_bg" style="display: none;">
|
||||
<div class="adv_searchformbox">
|
||||
<form action="#" method="post">
|
||||
<ol>
|
||||
<li>
|
||||
@ -93,6 +93,7 @@
|
||||
</li>
|
||||
</ol>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- advanced search popup (end) -->
|
||||
</div>
|
||||
<!-- advanced search template (end) -->
|
||||
@ -212,20 +212,23 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- advanced search template (begin) -->
|
||||
<div class="adv_searchpopup_bg" id="advanced_search_popup" style="display:none;">
|
||||
<div class="adv_searchformbox">
|
||||
<form action="#" method="post">
|
||||
<ol>
|
||||
<li>
|
||||
<input class="text textwatermark" type="text" id="adv_search_name" value="by name" />
|
||||
</li>
|
||||
<li id="adv_search_domain_li" style="display: none;">
|
||||
<select class="select" id="adv_search_domain">
|
||||
</select>
|
||||
</li>
|
||||
</ol>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
<div id="hidden_container">
|
||||
<!-- advanced search popup (begin) -->
|
||||
<div class="adv_searchpopup_bg" id="advanced_search_popup" style="display: none;">
|
||||
<div class="adv_searchformbox">
|
||||
<form action="#" method="post">
|
||||
<ol>
|
||||
<li>
|
||||
<input class="text textwatermark" type="text" id="adv_search_name" value="by name" />
|
||||
</li>
|
||||
<li id="adv_search_domain_li" style="display: none;">
|
||||
<select class="select" id="adv_search_domain">
|
||||
</select>
|
||||
</li>
|
||||
</ol>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
<!-- advanced search popup (end) -->
|
||||
</div>
|
||||
<!-- advanced search template (end) -->
|
||||
|
||||
@ -122,8 +122,9 @@
|
||||
</div>
|
||||
<!-- event detail panel (end) -->
|
||||
|
||||
<!-- advanced search template (begin) -->
|
||||
<div id="advanced_search_popup" class="adv_searchpopup_bg" style="display: none;">
|
||||
<div id="hidden_container">
|
||||
<!-- advanced search popup (begin) -->
|
||||
<div id="advanced_search_popup" class="adv_searchpopup_bg" style="display: none;">
|
||||
<div class="adv_searchformbox">
|
||||
<form action="#" method="post">
|
||||
<ol>
|
||||
@ -227,6 +228,7 @@
|
||||
</li>
|
||||
</ol>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- advanced search popup (end) -->
|
||||
</div>
|
||||
<!-- advanced search template (end) -->
|
||||
@ -1488,13 +1488,15 @@
|
||||
|
||||
<!-- ***** Dialogs (end) ***** -->
|
||||
|
||||
<!-- advanced search templates (begin) -->
|
||||
<div id="advanced_search_popup_general" class="adv_searchpopup_bg" style="display: none;">
|
||||
<div id="hidden_container">
|
||||
<!-- advanced search popup (begin) -->
|
||||
<div id="advanced_search_popup_general" class="adv_searchpopup_bg" style="display: none;">
|
||||
<div class="adv_searchformbox">
|
||||
<form action="#" method="post">
|
||||
<ol>
|
||||
<li>
|
||||
<input class="text textwatermark" type="text" name="adv_search_name" id="adv_search_name" value="by name"/>
|
||||
<input class="text textwatermark" type="text" name="adv_search_name" id="adv_search_name"
|
||||
value="by name" />
|
||||
</li>
|
||||
<li>
|
||||
<select class="select" id="adv_search_state">
|
||||
@ -1525,19 +1527,16 @@
|
||||
</ol>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="advanced_search_popup_nostate" class="adv_searchpopup_bg" style="display: none;">
|
||||
|
||||
</div>
|
||||
<div id="advanced_search_popup_nostate" class="adv_searchpopup_bg" style="display: none;">
|
||||
<div class="adv_searchformbox">
|
||||
<form action="#" method="post">
|
||||
<ol>
|
||||
<li>
|
||||
|
||||
<input class="text textwatermark" type="text" name="adv_search_name" id="adv_search_name" value="by name"/>
|
||||
<input class="text textwatermark" type="text" name="adv_search_name" id="adv_search_name"
|
||||
value="by name" />
|
||||
</li>
|
||||
<li>
|
||||
|
||||
<select class="select" id="adv_search_zone">
|
||||
</select>
|
||||
</li>
|
||||
@ -1550,20 +1549,17 @@
|
||||
</li>
|
||||
</ol>
|
||||
</form>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div id="advanced_search_popup_nodomainaccount" class="adv_searchpopup_bg" style="display: none;">
|
||||
</div>
|
||||
</div>
|
||||
<div id="advanced_search_popup_nodomainaccount" class="adv_searchpopup_bg" style="display: none;">
|
||||
<div class="adv_searchformbox">
|
||||
<form action="#" method="post">
|
||||
<ol>
|
||||
<li>
|
||||
<input class="text textwatermark" type="text" name="adv_search_name" id="adv_search_name" value="by name"/>
|
||||
<input class="text textwatermark" type="text" name="adv_search_name" id="adv_search_name"
|
||||
value="by name" />
|
||||
</li>
|
||||
<li>
|
||||
|
||||
<select class="select" id="adv_search_state">
|
||||
<option value=""></option>
|
||||
<option value="Creating">Creating</option>
|
||||
@ -1579,12 +1575,12 @@
|
||||
</select>
|
||||
</li>
|
||||
<li>
|
||||
|
||||
<select class="select" id="adv_search_zone">
|
||||
</select>
|
||||
</li>
|
||||
</ol>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- advanced search popup (end) -->
|
||||
</div>
|
||||
<!-- advanced search templates (end) -->
|
||||
@ -709,28 +709,30 @@
|
||||
<!-- dialogs (end) -->
|
||||
|
||||
|
||||
<!-- advanced search template (begin) -->
|
||||
<div class="adv_searchpopup_bg" id="advanced_search_popup" style="display:none;">
|
||||
<div class="adv_searchformbox">
|
||||
<form action="#" method="post">
|
||||
<ol>
|
||||
<li>
|
||||
<input class="text textwatermark" type="text" name="adv_search_name" id="adv_search_ipaddress" value="by name"/>
|
||||
</li>
|
||||
<li>
|
||||
<select class="select" id="adv_search_zone">
|
||||
</select>
|
||||
</li>
|
||||
<li id="adv_search_domain_li" style="display: none;">
|
||||
<select class="select" id="adv_search_domain">
|
||||
</select>
|
||||
</li>
|
||||
<li id="adv_search_account_li" style="display: none;">
|
||||
<input class="text textwatermark" type="text" id="adv_search_account" value="by account"/>
|
||||
</li>
|
||||
</ol>
|
||||
</form>
|
||||
|
||||
</div>
|
||||
<div id="hidden_container">
|
||||
<!-- advanced search popup (begin) -->
|
||||
<div class="adv_searchpopup_bg" id="advanced_search_popup" style="display: none;">
|
||||
<div class="adv_searchformbox">
|
||||
<form action="#" method="post">
|
||||
<ol>
|
||||
<li>
|
||||
<input class="text textwatermark" type="text" name="adv_search_name" id="adv_search_ipaddress"
|
||||
value="by name" />
|
||||
</li>
|
||||
<li>
|
||||
<select class="select" id="adv_search_zone">
|
||||
</select>
|
||||
</li>
|
||||
<li id="adv_search_domain_li" style="display: none;">
|
||||
<select class="select" id="adv_search_domain">
|
||||
</select>
|
||||
</li>
|
||||
<li id="adv_search_account_li" style="display: none;">
|
||||
<input class="text textwatermark" type="text" id="adv_search_account" value="by account" />
|
||||
</li>
|
||||
</ol>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
<!-- advanced search popup (end) -->
|
||||
</div>
|
||||
<!-- advanced search template (end) -->
|
||||
|
||||
@ -1001,21 +1001,23 @@
|
||||
</div>
|
||||
<!-- Add network dialog for zone (end) -->
|
||||
|
||||
<!-- advanced search template (begin) -->
|
||||
<div class="adv_searchpopup_bg" id="advanced_search_popup" style="display:none;">
|
||||
<div class="adv_searchformbox">
|
||||
<form action="#" method="post">
|
||||
<ol>
|
||||
<li id="adv_search_domain_li" style="display: none;">
|
||||
<select class="select" id="adv_search_domain">
|
||||
</select>
|
||||
</li>
|
||||
<li id="adv_search_account_li" style="display: none;">
|
||||
|
||||
<input class="text textwatermark" type="text" id="adv_search_account" value="by account" />
|
||||
</li>
|
||||
</ol>
|
||||
</form>
|
||||
</div>
|
||||
<div id="hidden_container">
|
||||
<!-- advanced search popup (begin) -->
|
||||
<div class="adv_searchpopup_bg" id="advanced_search_popup" style="display: none;">
|
||||
<div class="adv_searchformbox">
|
||||
<form action="#" method="post">
|
||||
<ol>
|
||||
<li id="adv_search_domain_li" style="display: none;">
|
||||
<select class="select" id="adv_search_domain">
|
||||
</select>
|
||||
</li>
|
||||
<li id="adv_search_account_li" style="display: none;">
|
||||
<input class="text textwatermark" type="text" id="adv_search_account" value="by account" />
|
||||
</li>
|
||||
</ol>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
<!-- advanced search popup (end) -->
|
||||
</div>
|
||||
<!-- advanced search template (end) -->
|
||||
@ -179,8 +179,9 @@
|
||||
<!-- view console template (end) -->
|
||||
|
||||
|
||||
<!-- advanced search template (begin) -->
|
||||
<div id="advanced_search_popup" class="adv_searchpopup_bg" style="display: none;">
|
||||
<div id="hidden_container">
|
||||
<!-- advanced search popup (begin) -->
|
||||
<div id="advanced_search_popup" class="adv_searchpopup_bg" style="display: none;">
|
||||
<div class="adv_searchformbox">
|
||||
<form action="#" method="post">
|
||||
<ol>
|
||||
@ -207,7 +208,6 @@
|
||||
</select>
|
||||
</li>
|
||||
<li id="adv_search_pod_li" style="display: none;">
|
||||
|
||||
<select class="select" id="adv_search_pod">
|
||||
</select>
|
||||
</li>
|
||||
@ -220,8 +220,7 @@
|
||||
</li>
|
||||
</ol>
|
||||
</form>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<!-- advanced search popup (end) -->
|
||||
</div>
|
||||
<!-- advanced search template (end) -->
|
||||
@ -294,21 +294,23 @@
|
||||
</div>
|
||||
<!-- Add Security Group Dialog (end) -->
|
||||
|
||||
<!-- advanced search template (begin) -->
|
||||
<div class="adv_searchpopup_bg" id="advanced_search_popup" style="display:none;">
|
||||
<div class="adv_searchformbox">
|
||||
<form action="#" method="post">
|
||||
<ol>
|
||||
<li>
|
||||
<input class="text textwatermark" type="text" id="adv_search_name" value="by name" />
|
||||
</li>
|
||||
<li id="adv_search_domain_li" style="display: none;">
|
||||
<select class="select" id="adv_search_domain">
|
||||
</select>
|
||||
</li>
|
||||
</ol>
|
||||
</form>
|
||||
|
||||
</div>
|
||||
<div id="hidden_container">
|
||||
<!-- advanced search popup (begin) -->
|
||||
<div class="adv_searchpopup_bg" id="advanced_search_popup" style="display: none;">
|
||||
<div class="adv_searchformbox">
|
||||
<form action="#" method="post">
|
||||
<ol>
|
||||
<li>
|
||||
<input class="text textwatermark" type="text" id="adv_search_name" value="by name" />
|
||||
</li>
|
||||
<li id="adv_search_domain_li" style="display: none;">
|
||||
<select class="select" id="adv_search_domain">
|
||||
</select>
|
||||
</li>
|
||||
</ol>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
<!-- advanced search popup (end) -->
|
||||
</div>
|
||||
<!-- advanced search template (end) -->
|
||||
|
||||
|
||||
@ -263,20 +263,22 @@
|
||||
</div>
|
||||
|
||||
|
||||
<!-- advanced search template (begin) -->
|
||||
<div class="adv_searchpopup_bg" id="advanced_search_popup" style="display:none;">
|
||||
<div class="adv_searchformbox">
|
||||
<form action="#" method="post">
|
||||
<ol>
|
||||
<li>
|
||||
<input class="text textwatermark" type="text" id="adv_search_name" value="by name" />
|
||||
</li>
|
||||
<li id="adv_search_domain_li" style="display: none;">
|
||||
<select class="select" id="adv_search_domain">
|
||||
</select>
|
||||
</li>
|
||||
</ol>
|
||||
</form>
|
||||
</div>
|
||||
<div id="hidden_container">
|
||||
<!-- advanced search popup (begin) -->
|
||||
<div class="adv_searchpopup_bg" id="advanced_search_popup" style="display: none;">
|
||||
<div class="adv_searchformbox">
|
||||
<form action="#" method="post">
|
||||
<ol>
|
||||
<li>
|
||||
<input class="text textwatermark" type="text" id="adv_search_name" value="by name" />
|
||||
</li>
|
||||
<li id="adv_search_domain_li" style="display: none;">
|
||||
<select class="select" id="adv_search_domain">
|
||||
</select>
|
||||
</li>
|
||||
</ol>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
<!-- advanced search popup (end) -->
|
||||
</div>
|
||||
<!-- advanced search template (end) -->
|
||||
@ -198,28 +198,29 @@
|
||||
</div>
|
||||
<!-- Create template from snapshot (end) -->
|
||||
|
||||
<!-- advanced search template (begin) -->
|
||||
<div id="advanced_search_popup" class="adv_searchpopup_bg" style="display: none;">
|
||||
|
||||
<div id="hidden_container">
|
||||
<!-- advanced search popup (begin) -->
|
||||
<div id="advanced_search_popup" class="adv_searchpopup_bg" style="display: none;">
|
||||
<div class="adv_searchformbox">
|
||||
<form action="#" method="post">
|
||||
<ol>
|
||||
<li>
|
||||
<input class="text textwatermark" type="text" name="adv_search_name" id="adv_search_name" value="by name" />
|
||||
<input class="text textwatermark" type="text" name="adv_search_name" id="adv_search_name"
|
||||
value="by name" />
|
||||
</li>
|
||||
<li id="adv_search_domain_li" style="display: none;">
|
||||
<select class="select" id="adv_search_domain">
|
||||
</select>
|
||||
</li>
|
||||
<li id="adv_search_account_li" style="display: none;">
|
||||
<input class="text textwatermark" type="text" id="adv_search_account" value="by account"/>
|
||||
<input class="text textwatermark" type="text" id="adv_search_account" value="by account" />
|
||||
</li>
|
||||
</ol>
|
||||
</form>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- advanced search popup (end) -->
|
||||
</div>
|
||||
<!-- advanced search template (end) -->
|
||||
|
||||
|
||||
|
||||
|
||||
@ -205,8 +205,9 @@
|
||||
</div>
|
||||
|
||||
|
||||
<!-- advanced search template (begin) -->
|
||||
<div id="advanced_search_popup" class="adv_searchpopup_bg" style="display: none;">
|
||||
<div id="hidden_container">
|
||||
<!-- advanced search popup (begin) -->
|
||||
<div id="advanced_search_popup" class="adv_searchpopup_bg" style="display: none;">
|
||||
<div class="adv_searchformbox">
|
||||
<form action="#" method="post">
|
||||
<ol>
|
||||
@ -238,7 +239,7 @@
|
||||
</li>
|
||||
</ol>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<!-- advanced search popup (end) -->
|
||||
</div>
|
||||
<!-- advanced search template (end) -->
|
||||
@ -760,27 +760,30 @@
|
||||
</div>
|
||||
<!-- Create template from snapshot (end) -->
|
||||
|
||||
<!-- advanced search template (begin) -->
|
||||
<div class="adv_searchpopup_bg" id="advanced_search_popup" style="display:none;">
|
||||
<div class="adv_searchformbox">
|
||||
<form action="#" method="post">
|
||||
<ol>
|
||||
<li>
|
||||
<input class="text textwatermark" type="text" name="adv_search_name" id="adv_search_name" value="by name" />
|
||||
</li>
|
||||
<li>
|
||||
<select class="select" id="adv_search_zone">
|
||||
</select>
|
||||
</li>
|
||||
<li id="adv_search_domain_li" style="display: none;">
|
||||
<select class="select" id="adv_search_domain">
|
||||
</select>
|
||||
</li>
|
||||
<li id="adv_search_account_li" style="display: none;">
|
||||
<input class="text textwatermark" type="text" id="adv_search_account" value="textwatermark" />
|
||||
</li>
|
||||
</ol>
|
||||
</form>
|
||||
</div>
|
||||
<div id="hidden_container">
|
||||
<!-- advanced search popup (begin) -->
|
||||
<div class="adv_searchpopup_bg" id="advanced_search_popup" style="display: none;">
|
||||
<div class="adv_searchformbox">
|
||||
<form action="#" method="post">
|
||||
<ol>
|
||||
<li>
|
||||
<input class="text textwatermark" type="text" name="adv_search_name" id="adv_search_name"
|
||||
value="by name" />
|
||||
</li>
|
||||
<li>
|
||||
<select class="select" id="adv_search_zone">
|
||||
</select>
|
||||
</li>
|
||||
<li id="adv_search_domain_li" style="display: none;">
|
||||
<select class="select" id="adv_search_domain">
|
||||
</select>
|
||||
</li>
|
||||
<li id="adv_search_account_li" style="display: none;">
|
||||
<input class="text textwatermark" type="text" id="adv_search_account" value="textwatermark" />
|
||||
</li>
|
||||
</ol>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
<!-- advanced search popup (end) -->
|
||||
</div>
|
||||
<!-- advanced search template (end) -->
|
||||
Loading…
x
Reference in New Issue
Block a user