Beispiel #1
0
echo $lang->g('LabelMultiDownloadUseSubfolders');
?>
</label>&nbsp;<input type="checkbox" id="chkSubfolders" name="chkSubfolders"<?php 
echo HTMLstuff::CheckedStr($UseSubfoldersInDownload);
?>
 />
</div>

<div class="Clear Separator"></div>

<div class="FormRow">
<input type="submit" class="FormButton" value="<?php 
echo $ButtonText;
?>
" />
<input type="button" class="FormButton" value="<?php 
echo $lang->g('ButtonReset');
?>
" onclick="window.location='download_multi.php';" />
<input type="button" class="FormButton" value="<?php 
echo $lang->g('ButtonCancel');
?>
" onclick="window.location='index.php';" />
</div>

</fieldset>
</form>

<?php 
echo HTMLstuff::HtmlFooter($CurrentUser);
<h2 class="Center"><?php 
echo sprintf($lang->g('LabelUpdateToVersionX'), CANDYDOLLDB_VERSION);
?>
</h2>

<?php 
echo sprintf($lang->g('MessageSureUpdateToX'), CANDYDOLLDB_VERSION);
?>

<div class="Separator"></div>

<div class="Center">
<input type="submit" id="btnSubmit" name="btnSubmit" value="<?php 
echo $lang->g('ButtonYesPleaseUpdate');
?>
" />
<input type="button" id="btnCancel" name="btnCancel" value="<?php 
echo $lang->g('ButtonNoThanks');
?>
" onclick="return false;" />
</div>

</fieldset>
</form>

</div>

<?php 
echo HTMLstuff::HtmlFooter();