コード例 #1
0
ファイル: siteunsigncrf.php プロジェクト: uhtoff/eCRF
<?php

write_search_table('siteunsigncrfs');
$_SESSION['returnTo'] = 'siteunsigncrf';
コード例 #2
0
ファイル: signedandflagged.php プロジェクト: uhtoff/eCRF
<?php

write_search_table('signedandflagged');
$_SESSION['returnTo'] = 'signedandflagged';
コード例 #3
0
ファイル: othercrfs.php プロジェクト: uhtoff/eCRF
<?php

if (isset($_GET['centre']) && is_numeric($_GET['centre'])) {
    write_search_table('all', false, false, $_GET['centre']);
} else {
    write_search_table('all', false, false);
}
コード例 #4
0
ファイル: incompletecrfs.php プロジェクト: uhtoff/eCRF
<?php

write_search_table('incompletecrfs');
$_SESSION['returnTo'] = 'incompletecrfs';
コード例 #5
0
ファイル: countrycrfs.php プロジェクト: uhtoff/eCRF
<?php

write_search_table('countrycrfs');
コード例 #6
0
ファイル: siteflaggedcrf.php プロジェクト: uhtoff/eCRF
<?php

write_search_table('siteflaggedcrfs');
$_SESSION['returnTo'] = 'siteflaggedcrf';
コード例 #7
0
ファイル: yourcrfs.php プロジェクト: uhtoff/eCRF
<?php

write_search_table('yourcrfs');
コード例 #8
0
ファイル: sitecrfs.php プロジェクト: uhtoff/eCRF
<?php

write_search_table('sitecrfs');