示例#1
0
					padding: 0;
					width: 100%;
				}

				#selected_export_options li, #available_export_options li {
					margin: 0 3px 3px 3px;
					padding: 0.4em;
					padding-left: 1.5em;
					font-size: 1em;
					height: 13px;
					cursor: move;
					width: 89%;
				}

				#available_export_options li {
					padding-left: 0.5em; width: 94%
				}

				#selected_export_options li span {
					position: absolute; margin-left: -1.3em;
				}
			</style>
<?php 
            /**
             * Output the sidebar for sorting and legend.
             */
            events_output_sidebar("admin");
            $ONLOAD[] = "initList()";
        }
    }
}
示例#2
0
            echo date("F", time());
            ?>
 of <?php 
            echo date("Y", time());
            ?>
, make sure that the results bar above says &quot;... takes place in <strong><?php 
            echo date("F", time());
            ?>
</strong> of <strong><?php 
            echo date("Y", time());
            ?>
</strong>&quot;.</li>
					<?php 
            if ($filters_applied) {
                echo "<li style=\"padding: 3px\">You also have " . $filters_total . " filter" . ($filters_total != 1 ? "s" : "") . " applied to the event list. you may wish to remove " . ($filters_total != 1 ? "one or more of these" : "it") . " by clicking the link in the &quot;Showing Events That Include&quot; box above.</li>";
            }
            ?>
				</ol>
			</div>
			<?php 
        }
        echo "<form action=\"\" method=\"get\">\n";
        echo "\t<input type=\"hidden\" id=\"dstamp\" name=\"dstamp\" value=\"" . html_encode($_SESSION[APPLICATION_IDENTIFIER]["tmp"]["dstamp"]) . "\" />\n";
        echo "</form>\n";
        /**
         * Output the sidebar for sorting and legend.
         */
        events_output_sidebar();
        $ONLOAD[] = "initList()";
    }
}