示例#1
0
文件: poll.php 项目: boost01/caan

<?php 
// The two lines below are all that is required to add a poll
// to your page.  Obviously, these need to be placed within
// a PHP code block inside a valid PHP page.  You will also need to
// configure the settings in config.php properly, where you will
// also define your polls.
//
// Modify these lines as follows:
//
// * Change the include path to reflect where DRBPoll is installed.
// * Change the parameter for show_vote_control() to reflect the unique
//   ID for the poll on this page.  This feature allows you to store
//   data for more than one poll using the same installation of DRBPoll.
//   New polls must be added to the $VALID_POLLS array in config.php.
require_once 'poll/poll.php';
show_vote_control('1');
?>
 
示例#2
0
// a PHP code block inside a valid PHP page.  You will also need to
// configure the settings in config.php properly, where you will
// also define your polls.
//
// Modify these lines as follows:
//
// * Change the include path to reflect where DRBPoll is installed.
// * Change the parameter for show_vote_control() to reflect the unique
//   ID for the poll on this page.  This feature allows you to store
//   data for more than one poll using the same installation of DRBPoll.
//   New polls must be added to the $VALID_POLLS array in config.php.
require_once 'poll/poll.php';
show_vote_control('10');
// More than one poll can be displayed on the same page; here's
// another example:
?>
<p>RECURSOS DE APOYO ACADÉMICO.</p>
	<?php 
show_vote_control('11');
// The following poll demonstrates how turn the poll values into links;
// See config.php for the example definition.
show_vote_control('12');
?>

 
	
	<a id="backBtn" href="example3.php" class="btn btn-large">Back</a>
	...Página 4...
	<a id="nextBtn" href="example4.php" class="btn btn-large">Next</a>
</body>
</html>
示例#3
0
// a PHP code block inside a valid PHP page.  You will also need to
// configure the settings in config.php properly, where you will
// also define your polls.
//
// Modify these lines as follows:
//
// * Change the include path to reflect where DRBPoll is installed.
// * Change the parameter for show_vote_control() to reflect the unique
//   ID for the poll on this page.  This feature allows you to store
//   data for more than one poll using the same installation of DRBPoll.
//   New polls must be added to the $VALID_POLLS array in config.php.
require_once 'poll/poll.php';
show_vote_control('7');
// More than one poll can be displayed on the same page; here's
// another example:
?>
<p>ORGANIZACIÓN, GESTIÓN Y ADMINISTRACIÓN.</p>
	<?php 
show_vote_control('8');
// The following poll demonstrates how turn the poll values into links;
// See config.php for the example definition.
show_vote_control('9');
?>

 
	
	<a id="backBtn" href="example2.php" class="btn btn-large">Back</a>
	...Página 3...
	<a id="nextBtn" href="example4.php" class="btn btn-large">Next</a>
</body>
</html>
示例#4
0
<h2>Poll 1</h2>
<?php 
// The two lines below are all that is required to add a poll
// to your page.  Obviously, these need to be placed within
// a PHP code block inside a valid PHP page.  You will also need to
// configure the settings in config.php properly, where you will
// also define your polls.
//
// Modify these lines as follows:
//
// * Change the include path to reflect where DRBPoll is installed.
// * Change the parameter for show_vote_control() to reflect the unique
//   ID for the poll on this page.  This feature allows you to store
//   data for more than one poll using the same installation of DRBPoll.
//   New polls must be added to the $VALID_POLLS array in config.php.
require_once 'poll/poll.php';
show_vote_control('1');
// More than one poll can be displayed on the same page; here's
// another example:
?>
<h2>Poll 2</h2><?php 
show_vote_control('2');
// The following poll demonstrates how turn the poll values into links;
// See config.php for the example definition.
?>
<h2>Poll 3</h2><?php 
show_vote_control('3');
?>
 
</body>
</html>
示例#5
0
// a PHP code block inside a valid PHP page.  You will also need to
// configure the settings in config.php properly, where you will
// also define your polls.
//
// Modify these lines as follows:
//
// * Change the include path to reflect where DRBPoll is installed.
// * Change the parameter for show_vote_control() to reflect the unique
//   ID for the poll on this page.  This feature allows you to store
//   data for more than one poll using the same installation of DRBPoll.
//   New polls must be added to the $VALID_POLLS array in config.php.
require_once 'poll/poll.php';
show_vote_control('4');
// More than one poll can be displayed on the same page; here's
// another example:
show_vote_control('5');
// The following poll demonstrates how turn the poll values into links;
// See config.php for the example definition.
?>
<p>PROCESOS ACADÉMICOS.</p>
	<?php 
show_vote_control('6');
?>

 
	
	<a id="backBtn" href="example.php" class="btn btn-large">Back</a>
	...Página 2...
	<a id="nextBtn" href="example3.php" class="btn btn-large">Next</a>
</body>
</html>