New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 8808 for branches/2015/dev_r5092_CNRS18_TRUST/NEMOGCM/TRUST/web/index.html – NEMO

Ignore:
Timestamp:
2017-11-24T15:03:07+01:00 (6 years ago)
Author:
nicolasmartin
Message:

Continuation of global refactoring of the tool, in particular a intelligible variables namelist

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5092_CNRS18_TRUST/NEMOGCM/TRUST/web/index.html

    r5933 r8808  
    3131       ini_set('display_errors', 'Off'); error_reporting(E_ALL); 
    3232       include 'read_trusting.php'; 
    33        $DODS_TGCC="http://dods.extra.cea.fr/store/martin/trusting"; $DODS_IDRIS="http://dodsp.idris.fr/romr005/trusting"; 
    34        $file_headers=get_headers("${DODS_TGCC}/ORCA2_LIM_PISCES/nemo_v3_6_STABLE/trusting_info.html"); 
    35        if ($file_headers[0] == '' ) { $LOCATION="./src/martin"; } else { $LOCATION="${DODS_TGCC}"; } 
     33       $TRUST_URL_TGCC="http://dods.extra.cea.fr/store/martin/trusting"; $TRUST_URL_IDRIS="http://dodsp.idris.fr/romr005/trusting"; 
     34       $file_headers=get_headers("${TRUST_URL_TGCC}/ORCA2_LIM_PISCES/nemo_v3_6_STABLE/trusting_info.html"); 
     35       if ($file_headers[0] == '' ) { $LOCATION="./src/martin"; } else { $LOCATION="${TRUST_URL_TGCC}"; } 
    3636    ?> 
    3737 
    3838       <!--$ctx=stream_context_create(array('http'=>array('timeout'=>1))); 
    39        $test=file_get_contents("${DODS_TGCC}/ORCA2_LIM_PISCES/nemo_v3_6_STABLE/trusting_info.html", 0, $ctx); 
    40        if ($test == FALSE ) { $LOCATION="./src/martin"; } else { $LOCATION="${DODS_TGCC}"; }--> 
     39       $test=file_get_contents("${TRUST_URL_TGCC}/ORCA2_LIM_PISCES/nemo_v3_6_STABLE/trusting_info.html", 0, $ctx); 
     40       if ($test == FALSE ) { $LOCATION="./src/martin"; } else { $LOCATION="${TRUST_URL_TGCC}"; }--> 
    4141 
    4242    <!-----Begin NEMO trust-----> 
     
    6969         <div class="dhtmlgoodies_aTab"> 
    7070      <table class="sort-table" id="table-2" cellspacing="1"> 
    71         <?php read_trusting("${DODS_IDRIS}/$CONF/$BRANCH/trusting_romr005_X64_ADA_at.txt") ?> 
     71        <?php read_trusting("${TRUST_URL_IDRIS}/$CONF/$BRANCH/trusting_romr005_X64_ADA_at.txt") ?> 
    7272      </table> 
    7373      <script type="text/javascript"> 
     
    104104         <div class="dhtmlgoodies_aTab"> 
    105105      <table class="sort-table" id="table-4" cellspacing="1"> 
    106         <?php read_trusting("${DODS_IDRIS}/$CONF/$BRANCH/trusting_romr005_X64_ADA_at.txt") ?> 
     106        <?php read_trusting("${TRUST_URL_IDRIS}/$CONF/$BRANCH/trusting_romr005_X64_ADA_at.txt") ?> 
    107107      </table> 
    108108      <script type="text/javascript"> 
     
    139139         <div class="dhtmlgoodies_aTab"> 
    140140      <table class="sort-table" id="table-6" cellspacing="1"> 
    141         <?php read_trusting("${DODS_IDRIS}/$CONF/$BRANCH/trusting_romr005_X64_ADA_at.txt") ?> 
     141        <?php read_trusting("${TRUST_URL_IDRIS}/$CONF/$BRANCH/trusting_romr005_X64_ADA_at.txt") ?> 
    142142      </table> 
    143143      <script type="text/javascript"> 
     
    184184         <div class="dhtmlgoodies_aTab"> 
    185185      <table class="sort-table" id="table-8" cellspacing="1"> 
    186         <?php read_trusting("${DODS_IDRIS}/$CONF/$BRANCH/trusting_romr005_X64_ADA_at.txt") ?> 
     186        <?php read_trusting("${TRUST_URL_IDRIS}/$CONF/$BRANCH/trusting_romr005_X64_ADA_at.txt") ?> 
    187187      </table> 
    188188      <script type="text/javascript"> 
     
    219219         <div class="dhtmlgoodies_aTab"> 
    220220      <table class="sort-table" id="table-10" cellspacing="1"> 
    221         <?php read_trusting("${DODS_IDRIS}/$CONF/$BRANCH/trusting_romr005_X64_ADA_at.txt") ?> 
     221        <?php read_trusting("${TRUST_URL_IDRIS}/$CONF/$BRANCH/trusting_romr005_X64_ADA_at.txt") ?> 
    222222      </table> 
    223223      <script type="text/javascript"> 
     
    254254         <div class="dhtmlgoodies_aTab"> 
    255255      <table class="sort-table" id="table-12" cellspacing="1"> 
    256         <?php read_trusting("${DODS_IDRIS}/$CONF/$BRANCH/trusting_romr005_X64_ADA_at.txt") ?> 
     256        <?php read_trusting("${TRUST_URL_IDRIS}/$CONF/$BRANCH/trusting_romr005_X64_ADA_at.txt") ?> 
    257257      </table> 
    258258      <script type="text/javascript"> 
Note: See TracChangeset for help on using the changeset viewer.