EduploneExam/skins/EduploneExam exam_questionBaseview.pt,NONE,1.1.2.1

Nils Haagen <[email protected]> Fri, 03 Mar 2006 23:19:17 +0000
Newsgroups gmane.comp.web.zope.eduplone.cvs
Message-ID <[email protected]>
Update of /cvsroot/eduplone/EduploneExam/skins/EduploneExam
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7214/skins/EduploneExam

Added Files:
      Tag: exam-1_1
	exam_questionBaseview.pt 
Log Message:
question_BaseView

--- NEW FILE: exam_questionBaseview.pt ---
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US"
      lang="en-US"
      metal:use-macro="here/main_template/macros/master"
      i18n:domain="EduploneExam">

  <body>

    <link metal:fill-slot="css_slot"
          rel="stylesheet" 
          type="text/css"
          media="all"
          tal:attributes="href python:here.absolute_url()+'/exam_additionalstyles.css'" />

    <div metal:fill-slot="main">

        <div metal:define-macro="main"
             tal:omit-tag="">

            <fieldset tal:define="context python:here;
                                  currentQuestion python:here;
                                  pt_question python:currentQuestion.getQuestionType().lower().replace('question','');
                                  exam_view_macro python: path('here/exam_%s/macros/view' % pt_question)" >

                <tal metal:use-macro="exam_view_macro" />
            
            </fieldset>

        </div>

    </div>


  <body>
</html>


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642