Sha256: cc22028fbe7e7eafe8835f304de95f705a4d1768ab73ce60ae070ab886e96076

Contents?: true

Size: 750 Bytes

Versions: 1

Compression:

Stored size: 750 Bytes

Contents

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships">
  <Relationship Id="rId1" Target="../slideLayouts/slideLayout<%= index % 10 +1 %>.xml" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/slideLayout"/>
  <Relationship Id="rId2" Target="../media/<%= @logo_name %>" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/image"/>
  <% images.each_with_index do |image, index| %>
  <Relationship Id="rId<%= 3 + index %>" Target="../media/<%=  URI.parse(image[1].gsub(" ","")).path.split("/").last %>" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/image"/>
  <% end %>
</Relationships>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
powerpoint-pro-2.1.0.1 lib/powerpoint/views/dashboard_user_rel.xml.erb