
/* - plone_javascript_variables.js - */


// Global Plone variables that need to be accessible to the Javascripts
var portal_url = 'http://syllabus.wilmina.ac.jp';
var form_modified_message = 'フォームが保存されていません。すべての変更が失われます。';
var form_resubmit_message = 'すでに提出ボタンが押されています。本当にもう一度このフォームを提出しますか？';

// the following are flags for mark_special_links.js
// links get the target="_blank" attribute
var external_links_open_new_window = 'false';



