Skip to content

Commit

Permalink
Merge pull request #6 from BioKIC/master
Browse files Browse the repository at this point in the history
Merge BioKIC/Symbiota developments
  • Loading branch information
egbot committed May 4, 2022
2 parents 5c83fe6 + 922b1e0 commit 242f7d7
Show file tree
Hide file tree
Showing 238 changed files with 73,475 additions and 2,452 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
.project
.settings/org.eclipse.core.resources.prefs
content/lang/header.fr.php
.settings/org.eclipse.php.ui.prefs
.settings/org.eclipse.php.ui.prefs
167 changes: 92 additions & 75 deletions checklists/checklist.php

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions checklists/checklistadmin.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $CHARSET; ?>"/>
<title><?php echo $DEFAULT_TITLE.' - '.$LANG['CHECKADMIN'];?></title>
<title><?php echo $DEFAULT_TITLE.' - '.$LANG['CHECKLIST_ADMIN'];?></title>
<?php
$activateJQuery = true;
include_once($SERVER_ROOT.'/includes/head.php');
Expand Down Expand Up @@ -123,7 +123,7 @@ function validateAddProjectForm(f){
<div class="navpath">
<a href="../index.php"><?php echo $LANG['NAV_HOME'];?></a> &gt;&gt;
<a href="checklist.php?clid=<?php echo $clid.'&pid='.$pid; ?>"><?php echo $LANG['RETURNCHECK'];?></a> &gt;&gt;
<b><?php echo $LANG['CHECKADMIN']; ?></b>
<b><?php echo $LANG['CHECKLIST_ADMIN']; ?></b>
</div>
<div id='innertext'>
<div style="color:#990000;font-size:20px;font-weight:bold;margin:0px 10px 10px 0px;">
Expand Down
9 changes: 7 additions & 2 deletions checklists/checklistadminmeta.php
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ function openMappingPolyAid() {
</fieldset>
</div>
<div style="clear:both;margin-top:5px;">
<fieldset style="width:300px;">
<fieldset style="width:600px;">
<legend><b><?php echo (isset($LANG['DEFAULTDISPLAY'])?$LANG['DEFAULTDISPLAY']:'Default Display Settings');?></b></legend>
<div>
<?php
Expand All @@ -254,7 +254,12 @@ function openMappingPolyAid() {
<div>
<!-- Display as Images: 0 = false, 1 = true -->
<input name='dimages' id='dimages' type='checkbox' value='1' <?php echo (($defaultArr&&$defaultArr["dimages"])?"checked":""); ?> onclick="showImagesDefaultChecked(this.form);" />
<?php echo $LANG['DISPLAYIMG'];?>
<?php echo $LANG['DISPLAYIMAGES'];?>
</div>
<div>
<!-- Display as Voucher Images: 0 = false, 1 = true -->
<input name='dvoucherimages' id='dvoucherimages' type='checkbox' value='1' <?php echo ((isset($defaultArr['dvoucherimages'])&&$defaultArr['dvoucherimages'])?"checked":""); ?> />
<?php echo $LANG['DISPLAYVOUCHERIMAGES'];?>
</div>
<div>
<!-- Display Details: 0 = false, 1 = true -->
Expand Down
9 changes: 1 addition & 8 deletions checklists/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,7 @@
<title><?php echo $DEFAULT_TITLE; ?> Species Lists</title>
<?php
$activateJQuery = false;
if(file_exists($SERVER_ROOT.'/includes/head.php')){
include_once($SERVER_ROOT.'/includes/head.php');
}
else{
echo '<link href="'.$CLIENT_ROOT.'/css/jquery-ui.css" type="text/css" rel="stylesheet" />';
echo '<link href="'.$CLIENT_ROOT.'/css/base.css?ver=1" type="text/css" rel="stylesheet" />';
echo '<link href="'.$CLIENT_ROOT.'/css/main.css?ver=1" type="text/css" rel="stylesheet" />';
}
include_once($SERVER_ROOT.'/includes/head.php');
include_once($SERVER_ROOT.'/includes/googleanalytics.php');
?>
</head>
Expand Down
Loading

0 comments on commit 242f7d7

Please sign in to comment.