-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
- <title>Confiy :: Global :: Actor :: Org Units</title>
+ <title>Conify :: Global :: Actor :: Org Units</title>
<style type="text/css">
@import url("/js/dojo/dojo/resources/dojo.css");
<div dojoType="dijit.layout.ContentPane" sizeShare="100">
<script type="dojo/method">
-
+<!--
var ou_list_data = { label : 'shortname', identifier : 'id' };
window.dirtyStore = [];
highlighter.addresses_pane.green = dojox.fx.highlight( { color : '#B4FFB4', node : 'addresses_pane', duration : 500 } );
highlighter.addresses_pane.red = dojox.fx.highlight( { color : '#FF2018', node : 'addresses_pane', duration : 500 } );
+-->
</script>
<div
id="ou_tree"
>
<script type="dojo/method" event="onClick" args="item,node">
-
+<!--
right_pane_toggler.show();
current_ou = item;
hoo_load();
addr_load();
-
+-->
</script>
<script type="dojo/method" event="getLabel" args="item,pI">
required="true"
>
<script type="dojo/method" event="onChange">
+<!--
if (current_ou && this.getValue()) this.store.setValue( current_ou, "parent_ou", this.getValue() );
if ( this.store.getValue( current_ou, '_trueRoot' ) == 'true' ) this.required = false;
else this.required = true;
+-->
</script>
</div>
</td>
this.disabled = true;
</script>
<script type="dojo/connect" event="onClick">
-
+<!--
var old_name = ou_list_store.getValue( current_ou, 'name' );
if (ou_list_store.getValue( current_ou, '_trueRoot' ) == 'true') {
}).send();
}
-
+-->
</script>
</button>
this.disabled = true;
</script>
<script type="dojo/connect" event="onClick">
-
var new_fm_obj = new aou().fromHash({
isnew : 1,
name : 'New Branch',
ou_type : ou_list_store.getValue( current_ou, 'ou_type' )
});
+<!--
var new_obj;
pCRUD.request({
highlighter.editor_pane.green.play();
highlighter.ou_tree.green.play();
status_update( 'New child Organizational Unit created for ' + ou_list_store.getValue( current_ou, 'name' ) );
-
+-->
</script>
</button>
<button jsId="save_hoo_button" dojoType="dijit.form.Button" label="Save">
<script type="dojo/connect" event="onClick">
-
+<!--
var method_name = 'open-ils.permacrud.update.aouhoo';
if (current_ou_hoo.isnew() == 1) method_name = 'open-ils.permacrud.create.aouhoo';
}
},
}).send();
-
+-->
</script>
</button>
this.disabled = true;
</script>
<script type="dojo/connect" event="onClick">
-
+<!--
var method_name = 'open-ils.permacrud.update.aoa';
if (current_billing_address.isnew() == 1) method_name = 'open-ils.permacrud.create.aoa';
}
},
}).send();
-
+-->
</script>
</button>
</div>
this.disabled = true;
</script>
<script type="dojo/connect" event="onClick">
-
+<!--
var method_name = 'open-ils.permacrud.update.aoa';
if (current_holds_address.isnew() == 1) method_name = 'open-ils.permacrud.create.aoa';
}
},
}).send();
-
+-->
</script>
</button>
</div>
this.disabled = true;
</script>
<script type="dojo/connect" event="onClick">
-
+<!--
var method_name = 'open-ils.permacrud.update.aoa';
if (current_mailing_address.isnew() == 1) method_name = 'open-ils.permacrud.create.aoa';
}
},
}).send();
-
+-->
</script>
</button>
</div>
this.disabled = true;
</script>
<script type="dojo/connect" event="onClick">
-
+<!--
var method_name = 'open-ils.permacrud.update.aoa';
if (current_ill_address.isnew() == 1) method_name = 'open-ils.permacrud.create.aoa';
}
},
}).send();
-
+-->
</script>
</button>
</div>
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
- <title>Confiy :: Global :: Actor :: Org Unit Types</title>
+ <title>Conify :: Global :: Actor :: Org Unit Types</title>
<style type="text/css">
- @import url("/js/dojo/dojo/resources/dojo.css");
- @import url("/js/dojo/dijit/themes/tundra/tundra.css");
- @import url("/js/dojo/dojox/widget/Toaster/Toaster.css");
+ @import url('/js/dojo/dojo/resources/dojo.css');
+ @import url('/js/dojo/dijit/themes/tundra/tundra.css');
+ @import url('/js/dojo/dojox/widget/Toaster/Toaster.css');
</style>
<style>
<!-- Dojo goodness -->
<script type="text/javascript" src="../admin.js"></script>
- <script type="text/javascript" src="/js/dojo/dojo/dojo.js"</script>
+ <script type="text/javascript" src="/js/dojo/dojo/dojo.js"></script>
<script type="text/javascript" src="/js/dojo/dijit/dijit.js"></script>
<script type="text/javascript" src="org_unit_type.js"></script>
<div dojoType="dijit.layout.ContentPane" sizeShare="100">
<script type="dojo/method">
+<!--
window.dirtyStore = [];
pCRUD.request({
});
}
}).send();
-
+-->
</script>
<div
id="type_tree"
>
<script type="dojo/method" event="onClick" args="item,node">
-
+<!--
right_pane_toggler.show();
current_type = item;
current_fm_type = new aout().fromStoreItem(item);
editor_pane_can_have_vols.setChecked( this.store.getValue( current_type, 'can_have_vols' ) == 't' ? true : false );
editor_pane_can_have_users.setChecked( this.store.getValue( current_type, 'can_have_users' ) == 't' ? true : false );
-
+-->
</script>
<script type="dojo/method" event="getLabel" args="item,pI">
required="true"
>
<script type="dojo/method" event="onChange" args=>
+<!--
if (current_type && this.getValue()) {
if ( this.store.getValue( current_type, 'parent' ) == this.getValue() ) return;
scope : ou_type_store
});
}
+-->
</script>
</div>
</td>
this.disabled = true;
</script>
<script type="dojo/connect" event="onClick">
+<!--
if (ou_type_store.getValue( current_type, '_trueRoot' ) == 'true') {
highlighter.editor_pane.red.play();
}).send();
}
-
+-->
</script>
</button>
this.disabled = true;
</script>
<script type="dojo/connect" event="onClick">
-
var new_fm_obj = new aout().fromHash({
isnew : 1,
name : 'New Type',
opac_label : ou_type_store.getValue( current_type, 'opac_label' ) + ' child' + virgin_out_id--,
parent : ou_type_store.getValue( current_type, 'id' )
});
-
+<!--
var err = false;
pCRUD.request({
method : 'open-ils.permacrud.create.aout',
highlighter.type_tree.green.play();
status_update( 'New child Organization Type created for ' + ou_type_store.getValue( current_type, 'name' ) );
}
-
+-->
</script>
</button>
<title>Conify :: Global :: Admin</title>
<style type="text/css">
- @import url("/js/dojo/dojo/resources/dojo.css");
- @import url("/js/dojo/dijit/themes/tundra/tundra.css");
- @import url("/js/dojo/dojox/widget/Toaster/Toaster.css");
+ @import url('/js/dojo/dojo/resources/dojo.css');
+ @import url('/js/dojo/dijit/themes/tundra/tundra.css');
+ @import url('/js/dojo/dojox/widget/Toaster/Toaster.css');
</style>
<style>
</div>
<div id="left_pane" jsId="left_pane" dojoType="dijit.layout.ContentPane" layoutAlign="left" orientation="vertical" style="height: 90%; margin: 4px;" label="Controls">
<ul style="margin-left: -10px;">
- <li><a href="" onclick="dojo.byId('action_iframe').src = 'actor/org_unit_type.html'; return false;">Organization Types</a></li>
- <li><a href="" onclick="dojo.byId('action_iframe').src = 'actor/org_unit.html'; return false;">Organizational Units</a></li>
- <li><a href="" onclick="dojo.byId('action_iframe').src = 'permission/grp_tree.html'; return false;">Permission Groups</a></li>
- <li><a href="" onclick="dojo.byId('action_iframe').src = 'permission/perm_list.html'; return false;">Permissions</a></li>
- <li><a href="" onclick="dojo.byId('action_iframe').src = 'config/copy_status.html'; return false;">Copy Statuses</a></li>
- <li><a href="" onclick="dojo.byId('action_iframe').src = 'config/marc_code_maps.html'; return false;">MARC Codes</a></li>
+ <li><a href="javascript:void(0);" onclick="dojo.byId('action_iframe').src = 'actor/org_unit_type.html'; return false;">Organization Types</a></li>
+ <li><a href="javascript:void(0);" onclick="dojo.byId('action_iframe').src = 'actor/org_unit.html'; return false;">Organizational Units</a></li>
+ <li><a href="javascript:void(0);" onclick="dojo.byId('action_iframe').src = 'permission/grp_tree.html'; return false;">Permission Groups</a></li>
+ <li><a href="javascript:void(0);" onclick="dojo.byId('action_iframe').src = 'permission/perm_list.html'; return false;">Permissions</a></li>
+ <li><a href="javascript:void(0);" onclick="dojo.byId('action_iframe').src = 'config/copy_status.html'; return false;">Copy Statuses</a></li>
+ <li><a href="javascript:void(0);" onclick="dojo.byId('action_iframe').src = 'config/marc_code_maps.html'; return false;">MARC Codes</a></li>
</ul>
</div>
<div id="content_pane" jsId="content_pane" dojoType="dijit.layout.ContentPane" layoutAlign="client" style="margin: 2px; border-top: 2px solid grey; border-bottom: 2px solid grey; border-left: 2px solid grey;">
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
- <title>Confiy :: Global :: Config :: Copy Status</title>
+ <title>Conify :: Global :: Config :: Copy Status</title>
<style type="text/css">
- @import url("/js/dojo/dojox/grid/_grid/tundraGrid.css");
- @import url("/js/dojo/dojo/resources/dojo.css");
- @import url("/js/dojo/dijit/themes/tundra/tundra.css");
- @import url("/js/dojo/dojox/widget/Toaster/Toaster.css");
+ @import url('/js/dojo/dojox/grid/_grid/tundraGrid.css');
+ @import url('/js/dojo/dojo/resources/dojo.css');
+ @import url('/js/dojo/dijit/themes/tundra/tundra.css');
+ @import url('/js/dojo/dojox/widget/Toaster/Toaster.css');
</style>
<style>
<div dojoType="dijit.layout.LayoutContainer" id="grid_container" jsId="grid_container" orientation="vertical">
<script type="dojo/method">
+<!--
window.highlighter= {};
window.highlighter.green = dojox.fx.highlight( { color : '#B4FFB4', node : 'grid_container', duration : 500 } );
window.highlighter.red = dojox.fx.highlight( { color : '#FF2018', node : 'grid_container', duration : 500 } );
});
}
}).send();
-
+-->
</script>
<div dojoType="dijit.layout.LayoutContainer" orientation="horizontal" style="margin-top: 5px;" layoutAlign="top">
<div dojoType="dijit.form.TextBox" id="new_status_code" jsId="new_status_name" label="New Status Name"></div>
<button dojoType="dijit.form.Button" id="save_new_status_code" jsId="save_new_status_name" label="Add">
<script type="dojo/connect" event="onClick">
-
+<!--
var new_name = new_status_name.getValue();
if (!new_name) return;
}
}
}).send();
-
+-->
</script>
</button>
</div>
<div dojoType="dijit.layout.ContentPane" style="width:100%; height:100%;" layoutAlign="client">
- <div dojoType="dojox.grid.data.DojoData" id="status_data_model"jsId="status_data_model" store="status_store" query="{ 'id' : '*' }"></div>
+ <div dojoType="dojox.grid.data.DojoData" id="status_data_model" jsId="status_data_model" store="status_store" query="{ 'id' : '*' }"></div>
<div id="status_grid" dojoType="dojox.Grid" jsId="status_grid">
<script type="dojo/connect" event="startup">
+<!--
var g = this;
var status_grid_layout = [
{ cells : [
this.setStructure(status_grid_layout);
this.setModel(window.status_data_model);
+-->
</script>
</div>
</div>
<button jsId="delete_ccs_button" dojoType="dijit.form.Button" label="Delete Selected">
<script type="dojo/connect" event="onClick">
-
+<!--
var selected_rows = status_grid.selection.getSelected();
var selected_items = [];
}
}
-
+-->
</script>
</button>
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
- <title>Confiy :: Global :: Config :: MARC Code Maps</title>
+ <title>Conify :: Global :: Config :: MARC Code Maps</title>
<style type="text/css">
- @import url("/js/dojo/dojox/grid/_grid/tundraGrid.css");
- @import url("/js/dojo/dojo/resources/dojo.css");
- @import url("/js/dojo/dijit/themes/tundra/tundra.css");
- @import url("/js/dojo/dojox/widget/Toaster/Toaster.css");
+ @import url('/js/dojo/dojox/grid/_grid/tundraGrid.css');
+ @import url('/js/dojo/dojo/resources/dojo.css');
+ @import url('/js/dojo/dijit/themes/tundra/tundra.css');
+ @import url('/js/dojo/dojox/widget/Toaster/Toaster.css');
</style>
<style>
<script language='javascript' src='/opac/common/js/JSON_v1.js' type='text/javascript'></script>
<!-- Dojo goodness -->
- <script type="text/javascript" src="/js/dojo/dojo/dojo.js.uncompressed.js" djConfig="parseOnLoad: true"></script>
- <script type="text/javascript" src="/js/dojo/dijit/dijit.js.uncompressed.js"></script>
+ <script type="text/javascript" src="/js/dojo/dojo/dojo.js" djConfig="parseOnLoad: true"></script>
+ <script type="text/javascript" src="/js/dojo/dijit/dijit.js"></script>
<script type="text/javascript" src="marc_code_maps.js"></script>
<script type="text/javascript">
+<!--
var grid_row_object_cache = {};
var layouts = {};
})(codelist[i])
}
-
+-->
</script>
</head>
-->
<html xmlns="http://www.w2.org/1999/xhtml">
<head>
- <title>Confiy :: Global :: Permission :: Group Tree</title>
+ <title>Conify :: Global :: Permission :: Group Tree</title>
<style type="text/css">
- @import url("/js/dojo/dojox/grid/_grid/tundraGrid.css");
- @import url("/js/dojo/dojo/resources/dojo.css");
- @import url("/js/dojo/dijit/themes/tundra/tundra.css");
- @import url("/js/dojo/dojox/widget/Toaster/Toaster.css");
+ @import url('/js/dojo/dojox/grid/_grid/tundraGrid.css');
+ @import url('/js/dojo/dojo/resources/dojo.css');
+ @import url('/js/dojo/dijit/themes/tundra/tundra.css');
+ @import url('/js/dojo/dojox/widget/Toaster/Toaster.css');
</style>
<style>
<div dojoType="dijit.layout.ContentPane" sizeShare="100">
<script type="dojo/method">
+ <!--
window.dirtyStore = [];
server.pCRUD.request({
this.setValue( item, 'ischanged', 1);
- if (attr == 'grantable' && typeof n != 'string')
+ if (attr == 'grantable' && (typeof (n) != 'string'))
this.setValue(item, 'grantable', n ? 't' : 'f');
}
}
}).send();
-
+-->
</script>
<div
id="group_tree"
>
<script type="dojo/method" event="onClick" args="item,node">
-
+<!--
right_pane_toggler.show();
current_group = item;
editor_pane_application_perm.setValue( this.store.getValue( current_group, 'application_perm' ) );
editor_pane_usergroup.setChecked( this.store.getValue( current_group, 'usergroup' ) == 't' ? true : false );
-
+-->
</script>
<script type="dojo/method" event="getLabel" args="item,pI">
id="editor_pane_description"
dojoType="dijit.form.Textarea"
jsId="editor_pane_description"
- onChange="if (current_group) group_store.setValue( current_group, "description", this.getValue() );"
+ onChange="if (current_group) group_store.setValue( current_group, 'description', this.getValue() );"
></textarea>
</span>
<span dojoType="openils.widget.TranslatorPopup" targetObject="current_fm_group" field="description"></span>
jsId="editor_pane_application_perm"
>
<script type="dojo/connect" event="onChange">
+<!--
if (current_group && this.getValue()) {
group_store.setValue( current_group, "application_perm", this.getValue() );
}
+-->
</script>
</div>
</td>
required="true"
>
<script type="dojo/connect" event="onChange">
+<!--
if (current_group && this.getValue()) {
this.store.setValue( current_group, "parent", this.getValue() );
}
+-->
</script>
</div>
</td>
this.disabled = true;
</script>
<script type="dojo/connect" event="onClick">
+<!--
if (group_store.getValue( current_group, '_trueRoot' ) == 'true') {
highlighter.editor_pane.red.play();
}).send();
}
-
+-->
</script>
</button>
this.disabled = true;
</script>
<script type="dojo/connect" event="onClick">
+<!--
var new_fm_obj = new pgt().fromHash({
isnew : 1,
highlighter.group_tree.green.play();
status_update( 'New child Group created for ' + group_store.getValue( current_group, 'name' ) );
}
-
+-->
</script>
</button>
</script>
<div dojoType="dijit.layout.LayoutContainer" orientation="horizontal" style="width:100%; height:100%;">
<div id="grid_container" dojoType="dijit.layout.ContentPane" sizeShare="1" layoutAlign="left">
- <div dojoType="dojox.grid.data.DojoData" id="perm_map_model"jsId="perm_map_model" store="perm_map_store"></div>
+ <div dojoType="dojox.grid.data.DojoData" id="perm_map_model" jsId="perm_map_model" store="perm_map_store"></div>
<div id="perm_grid" dojoType="dojox.Grid" model="perm_map_model" jsId="perm_grid">
<script type="dojo/connect" event="startup">
-
+<!--
function get_item_part(model_field, item_search_field, item_part, model, store, datum, row) {
var formatter = true;
];
perm_grid.setStructure(window.current_perm_grid_layout);
-
+-->
</script>
</div>
</div>
<button dojoType="dijit.form.Button" jsId="new_mapping_add" label="Add Mapping">
<script type="dojo/connect" event="onClick">
-
+<!--
var new_perm = new_perm_select.getValue();
alert(new_perm);
if (!new_perm) return;
}).send();
new_popup._closeDropDown();
-
+-->
</script>
</button>
<button jsId="delete_pgpm_button" dojoType="dijit.form.Button" label="Remove Selected">
<script type="dojo/connect" event="onClick">
-
+<!--
var selected_rows = perm_grid.selection.getSelected();
var selected_items = [];
}).send();
}
-
+-->
</script>
</button>
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
- <title>Confiy :: Global :: Permission :: Permission List</title>
+ <title>Conify :: Global :: Permission :: Permission List</title>
<style type="text/css">
- @import url("/js/dojo/dojox/grid/_grid/tundraGrid.css");
- @import url("/js/dojo/dojo/resources/dojo.css");
- @import url("/js/dojo/dijit/themes/tundra/tundra.css");
- @import url("/js/dojo/dojox/widget/Toaster/Toaster.css");
+ @import url('/js/dojo/dojox/grid/_grid/tundraGrid.css');
+ @import url('/js/dojo/dojo/resources/dojo.css');
+ @import url('/js/dojo/dijit/themes/tundra/tundra.css');
+ @import url('/js/dojo/dojox/widget/Toaster/Toaster.css');
</style>
<style>
<div dojoType="dijit.layout.LayoutContainer" id="grid_container" jsId="grid_container" orientation="vertical">
<script type="dojo/method">
+<!--
window.highlighter= {};
window.highlighter.green = dojox.fx.highlight( { color : '#B4FFB4', node : 'grid_container', duration : 500 } );
window.highlighter.red = dojox.fx.highlight( { color : '#FF2018', node : 'grid_container', duration : 500 } );
});
}
}).send();
-
+-->
</script>
<div dojoType="dijit.layout.LayoutContainer" orientation="horizontal" style="margin-top: 5px;" layoutAlign="top">
<div dojoType="dijit.form.TextBox" id="new_perm_code" jsId="new_perm_code" label="New Code"></div>
<button dojoType="dijit.form.Button" id="save_new_perm_code" jsId="save_new_perm_code" label="Add">
<script type="dojo/connect" event="onClick">
-
+<!--
var new_code = new_perm_code.getValue();
if (!new_code) return;
}
}
}).send();
-
+-->
</script>
</button>
</div>
<div dojoType="dijit.layout.ContentPane" style="width:100%; height:100%;" layoutAlign="client">
- <div dojoType="dojox.grid.data.DojoData" id="perm_data_model"jsId="perm_data_model" store="perm_store" query="{ code : '*' }"></div>
+ <div dojoType="dojox.grid.data.DojoData" id="perm_data_model" jsId="perm_data_model" store="perm_store" query="{ code : '*' }"></div>
<div id="perm_grid" dojoType="dojox.Grid" model="perm_data_model" structure="perm_grid_layout" jsId="perm_grid">
- <!!--
+ <!--
<script type="dojo/connect" event="onSet" args="item,attr,oldVal,newVal">
</script>
-->
<button jsId="delete_ppl_button" dojoType="dijit.form.Button" label="Delete Selected">
<script type="dojo/connect" event="onClick">
-
+<!--
var selected_rows = perm_grid.selection.getSelected();
var selected_items = [];
}
}
-
+-->
</script>
</button>