Changeset 8280
- Timestamp:
- 20/04/12 19:12:07 (9 years ago)
- Location:
- mauRepo/MolesManager/trunk/src/MolesManager
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
mauRepo/MolesManager/trunk/src/MolesManager/static/js/cedaObservation.js
r8278 r8280 322 322 //obs_id.startup(); 323 323 324 var button = new dijit.form.Button({325 type: "submit",326 label: "Search",324 // var button = new dijit.form.Button({ 325 // type: "submit", 326 // label: "Search", 327 327 //onClick: function(){ console.log("First button was clicked!"); } 328 }, "search_obs");329 button.startup();328 // }, "search_obs"); 329 // button.startup(); 330 330 331 331 -
mauRepo/MolesManager/trunk/src/MolesManager/static/js/cedaSearch.js
r8278 r8280 37 37 var json = dojo.byTitle('coSearch_id').value; 38 38 var coObs = dojo.fromJson(json); 39 40 console.log(coObs.identifier.length)41 42 console.log(coObs)43 44 39 dojo.attr("title_id", 'value', ''); 45 40 }); -
mauRepo/MolesManager/trunk/src/MolesManager/static/templates/cedaSearch.html
r8273 r8280 9 9 <div class="grid_12"> 10 10 <h5>Search</h5> 11 <p>Use the search function below to locate your CEDA Observation record</p> 11 <p>This search function is designed for the new CEDA metadata database and is under development.</p> 12 <p>External users are <b>strongly</b> advised to make use of the search function at the top of this page to search the existing CEDA Metadata catalogue or the NERC Data Discovery Service.</p> 12 13 </div> <!-- End of div stuff --> 13 14 <div class="grid_12 claro fillWhite"> -
mauRepo/MolesManager/trunk/src/MolesManager/urls.py
r8275 r8280 22 22 23 23 (r'cov/(\d+)$', 'coView'), 24 ) 25 26 urlpatterns += patterns('MolesManager.views.index', 27 28 (r'cov/$', 'home'), 24 29 ) 25 30
Note: See TracChangeset
for help on using the changeset viewer.