- Timestamp:
- Mar 9, 2021, 10:00:04 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/zoo-project/zoo-services/utils/open-api/templates/index.html
r984 r985 160 160 #set cFormats=[] 161 161 #for j in range(len($obj["input"]["formats"])) 162 #set $cFormats+=[$obj["input"]["formats"][$j]["m imeType"]]162 #set $cFormats+=[$obj["input"]["formats"][$j]["mediaType"]] 163 163 #end for 164 164 $printControl({"title": "format","type": "input_format","name": $cName,"options":$cFormats}) … … 272 272 <input type="hidden" name="oapi_ioAsArray" value="#if "io_as_array" in $openapi["openapi"]#$openapi["openapi"]["io_as_array"]#else#false#end if#" /> 273 273 <input type="hidden" name="oapi_wsUrl" value="$openapi["openapi"]["wsurl"]" /> 274 <input type="hidden" name="oapi_jobUrl" value="$openapi["openapi"]["rootUrl"] $(currentUrl)/jobs" />274 <input type="hidden" name="oapi_jobUrl" value="$openapi["openapi"]["rootUrl"]/jobs" /> 275 275 <input type="hidden" name="oapi_reqID" value="$cid" /> 276 276 <h3>Inputs</h3> … … 291 291 #if "formats" in $cOutput["output"] 292 292 #for j in range(len($cOutput["output"]["formats"])) 293 #set cFormats+=[$cOutput["output"]["formats"][$j]["m imeType"]]293 #set cFormats+=[$cOutput["output"]["formats"][$j]["mediaType"]] 294 294 #end for 295 295 #end if … … 424 424 * Jobs list 425 425 *# 426 #set cValue=$values[$i] ["infos"]426 #set cValue=$values[$i] 427 427 <th scope="row"> 428 428 #if "status" in $cValue and $cValue["status"]=="successful" … … 526 526 <hr> 527 527 <address>$openapi["openapi"]["rootUrl"]$(currentUrl).html</address> 528 <!-- hhmts start -->Last modified: Mon Mar 1 17:01:50CET 2021 <!-- hhmts end -->528 <!-- hhmts start -->Last modified: Thu Mar 4 10:51:46 CET 2021 <!-- hhmts end --> 529 529 </main> 530 530 #if $currentKey=="root"
Note: See TracChangeset
for help on using the changeset viewer.